home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / WMCHAT1.ZIP / WMCHAT.DOC < prev    next >
Encoding:
Text File  |  1996-03-17  |  5.4 KB  |  112 lines

  1.  
  2.                                 WMChat v1.0
  3.                     Copyright (C) 1996 by Jeff Kronlage
  4.  
  5.      Tired of WWIV's stock chatroom?  Tired of slow external chatrooms?
  6.                                 Try WMChat.
  7.  
  8.      WMChat is a 100% internal WWIV chatroom.  It requires no external
  9. executable files.  Due to this, WMChat is one of the fastest chat programs
  10. available for the WWIV.  Features include up to 10 node support, whispering,
  11. message directing, sysop-configurable colors for each node, securing and
  12. unsecuring of channels, automatic clean-up of stray lockfiles, paging, SYSOP
  13. CONFIGURABLE ACTIONS, sysop invisibility & user availability toggling with
  14. ctrl keys.  Also, since WMChat is internal, it time-slices for all the
  15. multitaskers WWIV supports.  It uses about as much CPU load as sitting at the
  16. main menu does.  :)
  17.  
  18.      WMChat will ONLY work on registered versions of WWIV v4.24 or v4.24a.
  19. WMChat is part mod and part .OBJ file - the important parts of the chatroom
  20. are included in the .OBJ file, which is linked in to your BBS at compile
  21. time.  You will obviously need a compiler to install WMChat.
  22.  
  23. License Agreement:
  24.  
  25. WMChat is a SHAREWARE product.  You are entitled to use WMChat for a trial
  26. period of 30 days, after which you must pay the registration fee to continue
  27. using the software.  You are encouraged to distribute the unregistered
  28. version of WMChat.  Installation and use of this product shows your
  29. acceptance of these terms and your agreement to abide by them.
  30.  
  31. You are permitted to run multiple copies of WMChat as long as it is only in
  32. operation on one BBS, normally by multitasker or LAN.  Each seperate BBS
  33. much register it's own copy.
  34.  
  35. The unregistered version of WMChat is fully functional except that it has a
  36. 4 minute per session limit for chatting.  The registration price is $18.  See
  37. REG.FRM for details.
  38.  
  39. Disclaimer:
  40.  
  41. WMCHAT IS PROVIDED AS IS, WITHOUT WARRANT, EITHER EXPRESSED OR IMPLIED.
  42. THE AUTHOR SPECIFICALLY DISCLAIMS ALL OTHER WARRANTIES, EXPRESSED OR IMPLIED,
  43. INCLUDING, BUT NOT LIMITED TO, ANY IMPLIED WARRANTY OF MERCHANABILITY OR
  44. FITNESS FOR ANY PARTICULAR PURPOSE.
  45.  
  46. Filer Included:
  47.  
  48. HISTORY.DOC        History of updates to WMChat
  49. REG.FRM            The WMChat registration form
  50. WMCHAT.ANS         The ANSI menu for WMChat
  51. WMCHAT.DOC         This file
  52. WMCHAT.H           The .H file containing the WMChat function declarations
  53. WMCHAT.INI         The actions & color definitions for WMChat
  54. WMCHAT.OBJ         The OBJ file containing most of the WMChat code
  55. WMCHAT.MSG         The non-ANSI menu for WMChat
  56. WMCHAT.STR         The strings file containing most of the WMChat text
  57. WMCHAT1.MOD        The full WMChat modification (recommended)
  58. WMCHAT2.MOD        The cut-down version of the WMChat modification
  59.  
  60.  
  61.                               Installing WMChat
  62.                               -----------------
  63.  
  64.    1)  Open either WMCHAT1.MOD or WMCHAT2.MOD - #1 has replacement string
  65.        receiver and a new //WHO.  #2 has only the changes required to run
  66.        the chatroom - Beware - The invisibility function WILL NOT WORK
  67.        unless you install the multinst.c replacements in WMCHAT1.MOD.
  68.  
  69.    2)  Copy the WMCHAT.OBJ file into the OBJ sub-directory of your source
  70.        code's directory.
  71.  
  72.    3)  Recompile WWIV.
  73.  
  74.    4)  Make any changes necessary to WMCHAT.INI (contains action words,
  75.        color definitions, and registration code info)
  76.  
  77.      A few simple directions - Most of WMChat is pretty straight-forward.
  78. However, there are two things that aren't mentioned in the help files:
  79. CTRL - L and CTRL - N.  Ctrl - L toggles invisibility (for sysops only.)
  80. While invisible, only other sysops can see that you're only with //WHO.  It
  81. reports "Waiting for call" to anyone else.  As stated above, WMCHAT1.MOD
  82. needs to be installed for invisibility to work.  Also, Ctrl - N toggles
  83. availability, however, it is overrided by the "Allow user msgs" option in
  84. (D)efaults.
  85.  
  86.      Another sysop feature is the /L command.  Hitting /L from inside WMChat
  87. will prompt you with "Username: ".  Typing a user's name or number at this
  88. prompt will give you the info you normally see in uedit, only just about that
  89. one user.  The SL required to use this command can be set in WMCHAT.INI.
  90. I suggest setting it at 100, although it defaults to 255 for security reasons.
  91. Setting it to 256 will disable the /L command (Assuming you don't have
  92. security levels over 255! :) .)  Don't do something like set it to 0 and let
  93. the entire BBS access it.  As stated above, I take no responsibility for your
  94. usage of WMChat.
  95.  
  96. If you need more than 10 node support, I may be able to compile you a
  97. customized version of chat.
  98.  
  99. Special thanks to: (in no particular order)
  100. *  Cadre, sysop of The Rusty Gauntlet Tavern and co-sysop of Sorcerer's Isle,
  101.    for writing most of the action words included with the chatroom.
  102. *  Cecil, sysop of The Living Legend, for installing multiple beta copies of
  103.    WMChat, even helping out when he had the flu, and for putting up with all
  104.    my nagging. :)
  105. *  The Animal, sysop of Bushidokai BBS, for installing the first copy of
  106.    the second beta of WMChat, and for being the first to send in his
  107.    registration.
  108. *  Bartman, sysop of Pure Energy BBS, for pointing out a problem that led to
  109.    the fixing of the strings # bug, and the release of the second beta
  110.    version.
  111. *  All my users, for giving me pointers as to what I should add and change.
  112.